@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

body, html {
	padding: 0;
	margin: 0;
	font-size: 13px;
	background: rgb(33, 37, 10);
	color: #a6c5ff;
	font-family: 'Source Code Pro', monospace;
	font-size: 12px;
}




img {
	max-width: 100%;
}

.page {
	padding: 24px;
}

.page h1:first-child {
	margin-top: 0;
}

.header-image {
	height: 200px;
	margin: auto;
	display: block;
}

.wrapper {
	margin: auto;
	margin-top: 24px;
	width: 753px;
}

.menu {
	text-align: center;
	margin-bottom: 24px;
	margin-top: 24px;
}

.menu a {
	color: #ff22ff;
}

.main {
	height: 480px;
	width: 753px;
	background-image: url('images\home.png');
	position: relative;
}

.main iframe {
	border: none;
	border: none;
	position: absolute;
	top: 35px;
	left: 7px;
	width: 739px;
	height: 439px;
}

h1, h2, h3, h4, h5 {
	font-size: 12px;
}

h1 {
	border-bottom: 1px solid lime;
}

h2 {
	border-bottom: 1px dotted lime;
}

a {
	color: red;
}



.spoiler{
  background-color: gray;
  color: transparent;
  user-select: none;
}

.spoiler:hover{
  background-color: inherit;
  color: inherit;
}
button{
	border-radius: 2px;
	border-width:2px ;

}




#mydiv {
  position: absolute;
  z-index: 9;
  background-color: #0a0a0a;
  border: 1px solid #d3d3d3;
  text-align: center;
  left:50%;
}

#mydivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #fa3062;
  color: #fff;
}
#capitalist {
position: fixed;
bottom: 0 ;
z-index: 10;
}
#dsdiv {
	position: absolute;
	z-index: 9;
	background-color: #5865f2;
	border: 1px solid #d3d3d3;
	text-align: center;
	left: 27%;
	top: 200% ;
	 }
	 #dsdivheader {
		padding: 12px;
		cursor: move;
		z-index: 4;
		background-color: #5865f2;
		color: #fff;
		
	 }
 #mqdiv {
	position: absolute;
	z-index: 19;
	background-color: #827900;
	border: 1px solid #d3d3d3;
	text-align: center;
	left: 5%;
	top: 44% ;
	 }
 #medivheader {
	 padding: 12px;
	 cursor: move;
	 z-index: 11;
	 background-color: #8D8300;
	 color: #fff;
 }
